All Packages Class Hierarchy This Package Previous Next Index
Interface quicktime.app.actions.Actionable
- public interface Actionable
This interface provides a way for Actions to trigger actions on objects when their particular
constraining condition has been reached.
- See Also:
- BounceAction, Dragger
-
trigger()
-
This method is called by the action that the actionable object is attached to.
trigger
public abstract void trigger()
- This method is called by the action that the actionable object is attached to.
All Packages Class Hierarchy This Package Previous Next Index